KsLogChannel.Index 栏位
轴、输入或输出之索引。
当来源为 logUser,索引即为使用者变数的添加顺序。例如:
.NET API
api.AddVariable("Temperature", KsLogDataType.logDouble);api.AddVariable("Voltage", KsLogDataType.logDouble);api.AddVariable("Warning", KsLogDataType.logDouble);
.NET Class
subsystem.AddDoubleVariable("Temperature");subsystem.AddDoubleVariable("Voltage");subsystem.AddDoubleVariable("Warning");
Index 0:温度
Index 1:电压
Index 2:警告
注意:对于 UserVariable,仅适用于 KINGSTAR 4.3 及之前版本。
命名空间:IntervalZero.KINGSTAR.Base
组合: IntervalZero.KINGSTAR.Base (于 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0
语法
public int Index
Public Index As Integer
栏位值
型别:int
参见